Clean up some comments
authorFelix Krull <f_krull@gmx.de>
Sun, 26 May 2019 11:54:01 +0000 (13:54 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/conf/ostree.toml

index 25d5085cb64d7494e2ba08e6015bf9fba812aed1..398cb0f39dddd8ac66f651363bfd5eaf5ed10984 100644 (file)
@@ -78,7 +78,7 @@ status = "generate"
     ignore = true
 
     [[object.function]]
-    # we get this for free, I think?
+    # clone() should already be this
     name = "dup"
     ignore = true
 
@@ -86,23 +86,20 @@ status = "generate"
 name = "OSTree.Repo"
 status = "generate"
     [[object.function]]
-    # crashes while generating, not sure what's wrong with this; might be a gir issue
-    name = "write_metadata_async"
-    ignore = true
-
-    [[object.function]]
-    # these async functions generate bad code for different reasons
-    pattern = "write_content_async|pull_from_remotes_async|find_remotes_async"
+    # these all don't generate properly
+    pattern = "write_metadata_async|write_content_async|pull_from_remotes_async|find_remotes_async"
     ignore = true
 
 [[object]]
 name = "OSTree.RepoFinderResult"
 status = "generate"
     [[object.function]]
+    # array helper function
     name = "freev"
     ignore = true
 
     [[object.function]]
+    # clone() should already be this
     name = "dup"
     ignore = true